From ec0a2a8b7390bf3569e8a27eab16b8d12a052b4c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 7 Jul 2005 14:06:43 +0000 Subject: [PATCH] add some more comments, from Georg Lucas SVN-Revision: 1370 --- openwrt/target/linux/Config.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index a4cb68e9dc..b3ed995410 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -7,7 +7,13 @@ config BR2_LINUX_2_4_BRCM bool "Support for Broadcom based routers" default y help - Build firmware images for Broadcom based routers (e.g. Linksys WRT54G(S), Asus WL-500g) + Build firmware images for Broadcom based routers + (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G) + + This one builds the generic .trx images, activate one of the + options below for creating device specific files for use + with TFTP client too. + config BR2_TARGET_WRT54G default y @@ -22,7 +28,7 @@ config BR2_LINUX_2_4_BRCM config BR2_TARGET_MOTOROLA default y depends BR2_LINUX_2_4_BRCM - bool "Motorola" + bool "Motorola WR850G" comment "Kernel Modules" -- 2.30.2